home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / mmpp010.zip / TRAINPLB.H_ / TRAINPLB.bin
Text File  |  1995-03-17  |  456b  |  12 lines

  1. /*******************************************************/
  2. /* Messages for integration with the training package  */
  3. /*******************************************************/
  4.  
  5. #define START_PLAYBACK_LT WM_USER+8977
  6. #define START_PLAYBACK_BR WM_USER+8976
  7. #define END_PLAYBACK_MESS WM_USER+8978
  8. #define END_REGISTRATION  WM_USER+300
  9.  
  10. extern "C" BOOL _export CALLBACK Playback (LPSTR fileNameV,BOOL,BOOL);
  11. void _export CALLBACK SetHwnd (HWND hwnd);
  12.